parseRecord

inline fun <T> parseRecord(json: Json = Json): T

Serializes the record emitted to type T Used to get the record from an event

Parameters

json

An optional custom Json parser